object BookmarkSearchForm: TBookmarkSearchForm Left = 340 Top = 320 Width = 667 Height = 440 HorzScrollBar.Visible = False VertScrollBar.Visible = False Caption = 'Search Bookmarks' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object PanelBookmark: TPanel Left = 0 Top = 33 Width = 659 Height = 343 Align = alClient BorderWidth = 2 TabOrder = 0 object Label4: TLabel Left = 112 Top = 120 Width = 32 Height = 13 Caption = 'Label4' end object listviewBookmarkSearch: TListView Left = 3 Top = 3 Width = 653 Height = 337 Align = alClient Columns = < item Caption = 'Category' Width = 60 end item AutoSize = True Caption = 'Description' end item Caption = 'Machine' Width = 60 end item Caption = 'Registry key' Width = 150 end item Caption = 'Value' Width = 100 end item Caption = 'Links' end> DragMode = dmAutomatic FullDrag = True HideSelection = False LargeImages = MainForm.listSmall MultiSelect = True ReadOnly = True RowSelect = True SmallImages = MainForm.listSmall SortType = stText TabOrder = 0 ViewStyle = vsReport end end object Panel1: TPanel Left = 0 Top = 0 Width = 659 Height = 33 Align = alTop TabOrder = 1 DesignSize = ( 659 33) object Label1: TLabel Left = 8 Top = 8 Width = 86 Height = 13 Caption = 'Text to search for:' end object ComboBoxBookmarkSearchText: TComboBox Left = 104 Top = 4 Width = 550 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 0 end end object CoolbarBookmark: TCoolBar Left = 0 Top = 376 Width = 659 Height = 30 Align = alBottom AutoSize = True Bands = < item Control = ToolbarBookmark ImageIndex = -1 MinHeight = 30 Width = 659 end> EdgeInner = esNone EdgeOuter = esNone DesignSize = ( 659 30) object Label2: TLabel Left = 434 Top = 6 Width = 27 Height = 13 Anchors = [akTop, akRight] Caption = 'Color:' end object ToolbarBookmark: TToolBar Tag = 2 Left = 9 Top = 0 Width = 646 Height = 30 Align = alNone ButtonHeight = 30 ButtonWidth = 31 Caption = 'ToolBarButtons' DisabledImages = MainForm.ImageListToolbarDisabled EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Flat = True HotImages = MainForm.ImageListSaturated Images = MainForm.ImageListToolbar ParentShowHint = False ShowHint = True TabOrder = 0 Transparent = True Wrapable = False object ButtonStartSearch: TToolButton Left = 0 Top = 0 Hint = 'Search' Caption = 'ButtonStartSearch' ImageIndex = 10 OnClick = ButtonStartSearchClick end object buttonJumpTo: TToolButton Left = 31 Top = 0 Hint = 'Jump to' Caption = 'Edit Bookmark' ImageIndex = 1 OnClick = ButtonJumpToClick end object ToolButton1: TToolButton Left = 62 Top = 0 Width = 8 Caption = 'ToolButton1' ImageIndex = 19 Style = tbsSeparator end object ButtonLinks: TToolButton Left = 70 Top = 0 Hint = 'Links on the web ...' Caption = 'ButtonLinks' ImageIndex = 22 Style = tbsDropDown end object ToolButton21: TToolButton Left = 114 Top = 0 Width = 8 Caption = 'ToolButton21' ImageIndex = 15 Style = tbsSeparator end object ButtonExport: TToolButton Left = 122 Top = 0 Hint = 'Export Bookmarks' Caption = 'ToolButton4' ImageIndex = 24 Visible = False end object ToolButton15: TToolButton Left = 153 Top = 0 Width = 8 Caption = 'ToolButton2' ImageIndex = 21 Style = tbsSeparator Visible = False end object ButtonStayOnTop: TToolButton Left = 161 Top = 0 Hint = 'Stay on top' Caption = 'ButtonStayOnTop' ImageIndex = 16 Style = tbsCheck OnClick = ButtonStayOnTopClick end object ToolButton12: TToolButton Left = 192 Top = 0 Width = 8 Caption = 'ToolButton12' ImageIndex = 18 Style = tbsSeparator end object ButtonHelp: TToolButton Left = 200 Top = 0 Hint = 'Help' Caption = 'ButtonHelp' ImageIndex = 17 OnClick = ButtonHelpClick OnMouseUp = ButtonHelpMouseUp end end end end